AddressBookData.Append Method

Adds NewValue to the end of the array of property values, identified by Label. For managing multi-value properties such as phone numbers, addresses, email addresses, and so forth.

Syntax

AddressBookData.Append Label, NewValue

Parameters

Label

String

NewValue

Variant

Notes

See notes on labels in the description of the Insert method.